-- card: 8079 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 5191 -- name: About Columns -- part 1 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=414 top=231 right=284 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 2478 / 2478 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Font/Style ----- HyperTalk script ----- on mouseUp go card "About Font/Style" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=175 top=248 right=270 bottom=275 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Examples ----- HyperTalk script ----- on mouseUp go card "Column Examples" end mouseUp -- part contents for background part 4 ----- text ----- Column Specification -- part contents for background part 3 ----- text ----- Each line of this field describes what is to go into one column of the report. Each line is of the form: Header;Width;Font/Style;Content Header is the header to print at the top of each column Width is the column width in inches Font/STyle specifies the font and style to use for data in this column Content specifies what to put in the column. If it is omitted then the background field with the name given by the header is used. Otherwise, Content is taken as a HyperTalk expression giving the content.